home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Grafik & Text & Film / Tower of Babel 1.3 ƒ / Demo Droplets / Read Me < prev    next >
Text File  |  1996-01-19  |  2KB  |  55 lines

  1. Mac-ify
  2.                 Converts line breaks to Macintosh format (CR)
  3.                     High and low ASCII chars are not affected.
  4.                     Accepts only text files.
  5. DOS-ify
  6.                 Inserts DOS line break (CR+LF)
  7.                     High and low ASCII chars are not affected.
  8.                     Accepts only text files.
  9. UNIX-ify
  10.                 Inserts UNIX line break (LF)
  11.                     High and low ASCII chars are not affected.
  12.                     Accepts only text files.
  13.  
  14. Tabify
  15.                 Replaces spaces by tabs (tab width = 4)
  16.                     Accepts only text files.
  17. Untabify
  18.                 Replaces tabs by spaces (tab width = 4)
  19.                     Accepts only text files.
  20. TeX-ify
  21.                 Replaces diacritical characters by TeX macros
  22.                     (for example, "á" becomes \'{a} )
  23.                     Accepts only text files.
  24.  
  25. DOS file names
  26.                 Renames files to comply with DOS standards:
  27.                         - uppercase
  28.                         - truncate (8+3 chars, limited by a dot)
  29.                         - strip bad characters (spaces, diacritical chars, etc.)
  30.                         - the suffix ".txt" is appended, unless there is already a suffix
  31.                                 ("DOS Dictionary" is used)
  32.                     Accepts all kinds of files.
  33. DOS file names (type sensitive)
  34.                     Same as above, but file type mappings ("PC Exchange" and "Internet Prefs")
  35.                     are used to append a suffix.
  36.                     Accepts all kinds of files.
  37.  
  38. Duplicate
  39.                     Duplicates files, placing the new copy in the same folder.
  40. Duplicate (+ subfolders)
  41.                     Duplicates files, placing the new copy in the same folder.
  42.                     Works on all subfolders.
  43. Duplicate & Rename
  44.                     Duplicates files, placing the new copy in the same folder.
  45.                     Lets you edit the file names manually.
  46.  
  47. Delete Resources
  48.                     Deletes Resource Forks.
  49.                     Accepts all kinds of files.
  50. TeachText Files 
  51.                     Sets type and creator info for plain TeachText (SimpleText) files.
  52.                     Deletes Resource forks (removes style info!).
  53.                     Accepts only text files.
  54.  
  55.